doc: bring AIX steps up to date with reality#4340
Draft
sxa wants to merge 5 commits into
Draft
Conversation
Signed-off-by: Stewart X Addison <sxa@ibm.com>
richardlau
reviewed
May 15, 2026
Member
richardlau
left a comment
There was a problem hiding this comment.
Since sections have been removed/renamed please also update the links at the top of the file.
| What you do need to install manually is **ccache** | ||
| You may need to set up the AIX toolbox if it is not configured by default by | ||
| your provider, and potentially update python and pip to allow ansible to | ||
| communicate with it properly (`dnf install python3-pip` will often be enough) |
Member
There was a problem hiding this comment.
python3-pip should be being installed via the playbook.
There may be packages such as python3-dnf (needed for the ansible.builtin.dnf/ansible.builtin.package tasks) which should be done as part of the bootstrap role if not already.
Co-authored-by: Richard Lau <richard.lau@ibm.com>
Co-authored-by: Richard Lau <richard.lau@ibm.com>
Co-authored-by: Richard Lau <richard.lau@ibm.com>
Co-authored-by: Richard Lau <richard.lau@ibm.com>
Member
Author
|
I'm also thinking that the playbooks should perhaps detect that some of the packages now required have been installed and warn the user explicitly if they're not present - listing them here explicitly: From the runtimes package:
From the utilities package:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've collapsed a few sections into twisties to make this a bit more digestible for people who want an overview of what's needed for setting up AIX systems from our providers.
Some additions, some removals of obsolete things/references to things that are no longer manual (e.g. cmake)
Preview at https://github.com/sxa/nodebuild/blob/aix73doc/ansible/MANUAL_STEPS.md#aix
Still in draft for now as I'm still experimenting:
ansible_python_interpretercan be configured properly as I haven't made it work other than from theansible-playbookcommand line yet.python3-pipis required to be installed manually (likely alsodnf-python)